Skip to content

ReactiveControl() constructor

Defined in

Type: ReactiveControl Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. protected ReactiveControl()
  • 2. protected ReactiveControl(NSCoder c)
  • 3. protected ReactiveControl(NSObjectFlag? f)
  • 4. protected ReactiveControl(in nint handle)
  • 5. protected ReactiveControl(CGRect? frame)

1. Overload

protected ReactiveControl()

View source

Summary: Initializes a new instance of the ReactiveControl class.

2. Overload

protected ReactiveControl(NSCoder c)

View source

Summary: Initializes a new instance of the ReactiveControl class.

Parameters

NameTypeDescription
cNSCoderThe coder.

3. Overload

protected ReactiveControl(NSObjectFlag? f)

View source

Summary: Initializes a new instance of the ReactiveControl class.

Parameters

NameTypeDescription
fNSObjectFlag?The object flag.

4. Overload

protected ReactiveControl(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveControl class.

Parameters

NameTypeDescription
in handlenintThe pointer handle.

5. Overload

protected ReactiveControl(CGRect? frame)

View source

Summary: Initializes a new instance of the ReactiveControl class.

Parameters

NameTypeDescription
frameCGRect?The frame.